home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 15 / BBS in a box XV-1.iso / CD Setup / Hermes / DIR / [CD] System7 / [CD] System7.rsrc / DESC_23908_Random fortune cookie < prev    next >
Encoding:
Text File  |  1995-06-11  |  482 b   |  9 lines

  1. in Frontier 1.0. The bug is that the pseudo-random number
  2. generator uses the same sequence everytime Frontier is
  3. launched - this may be useful in some circumstances, but
  4. was not for me. When the Randomize verb is installed in
  5. Frontier, a code resource (of type RAND) is added to the
  6. Frontier.root file - the code contained in this resource
  7. seeds the psuedo-random number generator sequence with the
  8. current time of day. A call to Randomize in your
  9. customStartup script is suggested.